home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / ADOS Guide / ADOS commands / Dir < prev    next >
Text File  |  1998-02-16  |  608b  |  25 lines

  1.                           --AMIGADOS GUIDE V2.5--
  2.                                     DIR
  3.  
  4.  
  5.    USE:
  6.    Dir is used to get a sorted list of files from any disk, device,
  7.    directory, logical assignment or path.
  8.  
  9.    PATH:
  10.    C:
  11.  
  12.    SYSTEM:
  13.    2.0 (enhanced), 2.1, 3.0
  14.  
  15.    EXAMPLES:
  16.    1>DIR (list current directory)
  17.    1>DIR DF0: (list files on drive DF0)
  18.    1>DIR S: (list S directory)
  19.    1>DIR C:A#? (list commands starting with A)
  20.  
  21.    NOTES:
  22.    The output from Dir can be paused by simply pressing the Spacebar and
  23.    then continued by pressing Backspace.  Or you can stop the output by
  24.    pressing CTRL+C.
  25.